|
|
@ -6,30 +6,30 @@
|
|
|
|
w.categories = {
|
|
|
|
w.categories = {
|
|
|
|
1: { name: 'CMS', plural: 'CMS' },
|
|
|
|
1: { name: 'CMS', plural: 'CMS' },
|
|
|
|
2: { name: 'Message Board', plural: 'Message Boards' },
|
|
|
|
2: { name: 'Message Board', plural: 'Message Boards' },
|
|
|
|
3: { name: 'Database manager', plural: 'Database managers' },
|
|
|
|
3: { name: 'Database Manager', plural: 'Database Managers' },
|
|
|
|
4: { name: 'Documentation tool', plural: 'Documentation tools' },
|
|
|
|
4: { name: 'Documentation Tool', plural: 'Documentation Tools' },
|
|
|
|
5: { name: 'Widget', plural: 'Widgets' },
|
|
|
|
5: { name: 'Widget', plural: 'Widgets' },
|
|
|
|
6: { name: 'Web shop', plural: 'Web shops' },
|
|
|
|
6: { name: 'Web Shop', plural: 'Web Shops' },
|
|
|
|
7: { name: 'Photo gallery', plural: 'Photo galleries' },
|
|
|
|
7: { name: 'Photo Gallery', plural: 'Photo Galleries' },
|
|
|
|
8: { name: 'Wiki', plural: 'Wikis' },
|
|
|
|
8: { name: 'Wiki', plural: 'Wikis' },
|
|
|
|
9: { name: 'Hosting panel', plural: 'Hosting panels' },
|
|
|
|
9: { name: 'Hosting Panel', plural: 'Hosting Panels' },
|
|
|
|
10: { name: 'Analytics', plural: 'Analytics' },
|
|
|
|
10: { name: 'Analytics', plural: 'Analytics' },
|
|
|
|
11: { name: 'Blog', plural: 'Blogs' },
|
|
|
|
11: { name: 'Blog', plural: 'Blogs' },
|
|
|
|
12: { name: 'JavaScript framework', plural: 'JavaScript frameworks' },
|
|
|
|
12: { name: 'JavaScript Framework', plural: 'JavaScript Frameworks' },
|
|
|
|
13: { name: 'Issue tracker', plural: 'Issue trackers' },
|
|
|
|
13: { name: 'Issue Tracker', plural: 'Issue Trackers' },
|
|
|
|
14: { name: 'Video Player', plural: 'Video Players' },
|
|
|
|
14: { name: 'Video Player', plural: 'Video Players' },
|
|
|
|
15: { name: 'Comment System', plural: 'Comment Systems' },
|
|
|
|
15: { name: 'Comment System', plural: 'Comment Systems' },
|
|
|
|
16: { name: 'CAPTCHA', plural: 'CAPTCHAs' },
|
|
|
|
16: { name: 'CAPTCHA', plural: 'CAPTCHAs' },
|
|
|
|
17: { name: 'Font script', plural: 'Font scripts' },
|
|
|
|
17: { name: 'Font Script', plural: 'Font Scripts' },
|
|
|
|
18: { name: 'Web framework', plural: 'Web frameworks' },
|
|
|
|
18: { name: 'Web Framework', plural: 'Web Frameworks' },
|
|
|
|
19: { name: 'Miscellaneous', plural: 'Miscellaneous' },
|
|
|
|
19: { name: 'Miscellaneous', plural: 'Miscellaneous' },
|
|
|
|
20: { name: 'Editor', plural: 'Editors' },
|
|
|
|
20: { name: 'Editor', plural: 'Editors' },
|
|
|
|
21: { name: 'LMS', plural: 'LMS' },
|
|
|
|
21: { name: 'LMS', plural: 'LMS' },
|
|
|
|
22: { name: 'Web server', plural: 'Web servers' },
|
|
|
|
22: { name: 'Web Server', plural: 'Web Servers' },
|
|
|
|
23: { name: 'Cache tool', plural: 'Cache tools' },
|
|
|
|
23: { name: 'Cache Tool', plural: 'Cache Tools' },
|
|
|
|
24: { name: 'Rich text editor', plural: 'Rich text editors' },
|
|
|
|
24: { name: 'Rich Text Editor', plural: 'Rich Text Editors' },
|
|
|
|
25: { name: 'Javascript graphics', plural: 'Javascript graphics' },
|
|
|
|
25: { name: 'Javascript Graphics', plural: 'Javascript Graphics' },
|
|
|
|
26: { name: 'Mobile framework', plural: 'Mobile frameworks' },
|
|
|
|
26: { name: 'Mobile Framework', plural: 'Mobile Frameworks' },
|
|
|
|
27: { name: 'Programming Language', plural: 'Programming Languages' }
|
|
|
|
27: { name: 'Programming Language', plural: 'Programming Languages' }
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|