-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
48 lines (36 loc) · 1.31 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
=== SwiftPremium ===
Author: SatishGandham
Contributors: Edward
== Project Goals ==
To develop a developer friendly version of SwiftPremium keeping intact all the good things in the present version.
= Developer focused goals =
* Provide hooks and filters where ever necessary.
* Provide a way for developers to add additional options to the options page.
* Ability to add meta boxes to the post screen.
= User focused goals =
* Make the theme mobile ready with media queries.
* Build tumblr like functionality into the theme.
* One click updates from SwiftThemes.Com repository
= Basic stuff =
* Add support to post types and post formats.
= Widgets to be included =
* Feedburner/news letter subscribe widget with option to have social media icons below the form.
* Widgets only on specific pages.
* Widgets without padding and borders.
* Random posts slider.
*
*
*
= MISC =
* RDF tags
* Build slider and graphics in-house.
* HTML5
* Use objects wherever possible and necessary.
* Keep the number of queries to a minimum.
* Do everything possible to reduce the page weight.
== Important decisions to make ==
* CSS framework or no framework.
* Options and functions prefix
*
== Challenges ==
* Ajaxified backend with custom CSS and JS files in the ownership of server admin and not the web user for security reasons.