forked from broncowdd/SnippetVamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
62 lines (48 loc) · 2.09 KB
/
readme.txt
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
55
56
SnippetVamp
@author: [email protected]
@web : http://warriordudimanche.net (FR)
@License: open source, free to download & fork ^^
@languages: French/Spanish and English
@apoligizes: please forget about my english (learned from american & british series ;-)
@status: beta
what's that ?
--------------------------------------------------------------
This is an app to easily store, manage & share your snippets.
How to install ?
--------------------------------------------------------------
Just put the files on a server and access to snippetvamp.php.
When you first run it, the app ask you a login&pass, creates the pass.php file & the config.dat file.
Thats'all !
Things already done:
--------------------------------------------------------------
- lightweight & easy to understand code
- create, delete, edit & share snippets
- classified by tags
- coloured tags (with css)
- embed snippets into a blog
- private/public status
- config page
- english , french & spanish: very easy to add a new language
- all the app is in one php file (starting configuration, templates, function, core, post & get handling, rss etc.) less than 50ko...
- filtered rss feeds: new snippets feeds, one feed for each tag or search rss feed (multiple tags & search allowed)
- admin space (easily created when you first start the app)
- highlight.js included (but not essential)
- jquip (30ko) and not jquery
- a cache (cleared only if you add/edit/delete/change status)
- a multiselection tag option
- search for more than one word
- bookmarklet to get snippets from a web page
- backup/retore/import from/to a snippet.dat file
- an option to create a snippet package when you start a brand new project
- skin system
- an automatic update system (and restore)
- a log file to keep an eye on access & changes
- a home page customizable message
Todo list:
--------------------------------------------------------------
- help & doc ;-)
- optimize code & css (surely a big pain in the ass final task ^^)
- crypt the data file ?
Bugs:
--------------------------------------------------------------
Nothing yet (I'm searching ^^)