Home
Name Modified Size InfoDownloads / Week
README 2012-05-09 2.1 kB
YASN-0.1.zip 2012-05-09 20.8 kB
Totals: 2 Items   22.8 kB 0
YASN - Yet Another Social Network
Copyrigth 2012 - Itxaka Serrano García <itxakaserrano@gmail.com>


    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.




This is a simple Social Network written in php+mysql for my own learning. You are free to use it however you like as per the GPL3. 

Patches, suggestions, rants are welcome.

Easy peasy, yasn is a simple social network with a page for your profile (photo and text only), your friend list (followers, following you and mutual friends) and messaging (public and private)

It's basically a skeleton thougth. No more than 2 minutes have been invested into the graphical part of the program so it's just text all around.



REQUIREMENTS
-------------------------------------
You need php5+ and mysql in order to use it. Also, you need a database already created and an user with privileges for it.


SET UP
-------------------------------------
Just put your database info into the functions.php file and run setup.php from your browser. It will say wherever it has created the tables or not. 
And that is it.


TODO
-------------------------------------
-Graphics all around.
-Friend approval
-Search
-Galleries
-Comments of photos
-Separate private messages and public ones into their respective pages (public goes to the profile page, private stays in messages.php)
-Strip the text output and insert variables so the program can be in different languages with minimal effort.
-No idea
Source: README, updated 2012-05-09