-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
executable file
·54 lines (44 loc) · 1.91 KB
/
Copy pathREADME.txt
File metadata and controls
executable file
·54 lines (44 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Product: SamNews
Author: sam j levy, http://samjlevy.com
Description: open-source PHP social news application
Homepage: http://samjlevy.com/samnews
Support: http://samjlevy.com/forums
Version: 1.1
Release: 04/18/2011
************* Installation **********************************
1. Upload files to desired location
2. Create a database and associated database user for SamNews
3. Visit /install and follow the on-screen instructions
************* Upgrading from a previous version *************
1. Backup and delete old SamNews files
2. Backup old SamNews database (do not delete)
3. Visit /install and follow the on-screen instructions
************* Features **************************************
- Account system
- Forgot password and password reset functionality (with e-mailer)
- CAPTCHA to prevent spam
- Remembered/cookied sessions
- Comment system (inline replies, two tiered system)
- Automatic YouTube, LiveLeak, GameTrailers embedding
- RSS feed generation
- jQuery tooltips
- Admin controls: edit/delete users, comments, and links
- Minimal design that's intuitive, appealing, and easy to skin
- Light weight, fast PHP
- Uses mod-rewrite for clean/descriptive URLs
- Ajax vote up for links
- IP logging
- Facebook Like and Twitter Tweet buttons for submitted links
- Posts can be assigned to categories
- Bulk link submission
************* Changelog *************************************
VERSION 1.1
- Installer script added
- Categories added
- Automatically generated RSS feeds
- Front page query adjusted
- Sphider search engine dropped
- No e-mail configuration required for most situations
- LiveLeak and GameTrailers embeds added
- Experimental Bulk Submitter
- Minor bug fixes and CSS changes