Difference between revisions of "Category:NeedsLoveDevelopmentTask"

(Removed a couple more that are already dealt with)
(Down to 50)
 
Line 1: Line 1:
* [[PredictGrowth]] ... figure out what is helpful to report
+
# List specific recent changes
* Optimize the spiderability of our site (sitemap, etc)
+
# ... others???
* GreenThumb browser plugin (aka user toolbar)
+
# Support linksharing partnerships
* Rating of web pages (up for debate)
+
# Category edit box like on armchair gm
* Chat
+
# Automatic breadcrumbs - actually, I'm not sure how we'd do this ...
* Treat subdomains like normal domain pages
+
# {{:GettingThingsDone Affordances}}
* Quote-back writeup
+
# {{:ShotgunningSearch}} ... find things including where a chunk comes from
* AboutFace Facebook app ... very similar to widget
+
# Org charts (Roles/Ladders/...) affordances
** Transclude a wiki page on your facebook profile
+
# {{:Common Answers By Portal}}
** List the top pages
+
# {{:Consistent Registrar Ads}}
** List specific recent changes
+
# {{:Dev and CC Pair on Recent Changes Patrol}}
** ... others???
+
# {{:DownForMaintenanceWiki}}
* Support linksharing partnerships
+
# {{:Easily Editable Vector Graphics}}
* Category edit box like on armchair gm
+
# {{:Editable DomainPage Skeleton}}
* Automatic breadcrumbs - actually, I'm not sure how we'd do this ...
+
# {{:Expandable Hierarchies}}
* {{:GettingThingsDone Affordances}}
+
# {{:External Link Styles}}
* {{:ShotgunningSearch}} ... find things including where a chunk comes from
+
# {{:IRC On Frontpage}}
* Org charts (Roles/Ladders/...) affordances
+
# {{:IRC Recorder}}
* {{:Better OpenID Error Message}}
+
# {{:InfrastructurePlan}}
* {{:Better Search Results Paragraph}}
+
# {{:InstallingAboutUsOnOSX}}
* {{:Category Cleanup}}
+
# {{:Logos Atop DomainPages}}
* {{:Common Answers By Portal}}
+
# {{:MakeTheSiteFast}}
* {{:Consistent Registrar Ads}}
+
# {{:Maps Extension}}
* {{:Dev and CC Pair on Recent Changes Patrol}}
+
# {{:Meta Patrolling}}
* {{:DownForMaintenanceWiki}}
+
# {{:MetaKeywords}}
* {{:Easily Editable Vector Graphics}}
+
# {{:New Pages Meter}}
* {{:Editable DomainPage Skeleton}}
+
# {{:NoWanderingBot}}
* {{:Expandable Hierarchies}}
+
# {{:Off Server Backups}}
* {{:External Link Styles}}
+
# {{:Publish Feature Button}}
* {{:IRC On Frontpage}}
+
# {{:Quote-Back Technology}}
* {{:IRC Recorder}}
+
# {{:RSS Autodiscovery}}
* {{:InfrastructurePlan}}
+
# {{:RSS For Page Changes}}
* {{:InstallingAboutUsOnOSX}}
+
# {{:Random Text Tag}}
* {{:Logos Atop DomainPages}}
+
# {{:Reference Tags}}
* {{:MakeTheSiteFast}}
+
# {{:Remove MySQL from App Servers}}
* {{:Maps Extension}}
+
# {{:Rewrite AboutUsBot}}
* {{:Meta Patrolling}}
+
# {{:Rollto/Rollback}}
* {{:MetaKeywords}}
+
# {{:Search Box on Domain Pages}}
* {{:New Pages Meter}}
+
# {{:Search Includes TLD}}
* {{:NoWanderingBot}}
+
# {{:Search Provides Create Article Link}}
* {{:Off Server Backups}}
+
# {{:Semantic Content}}
* {{:Publish Feature Button}}
+
# {{:SingleAuthentication}}
* {{:Quote-Back Technology}}
+
# {{:Social Media Tags}}
* {{:RSS Autodiscovery}}
+
# {{:SponsorThisPage}}
* {{:RSS For Page Changes}}
+
# {{:Statistics Turn Back On}}
* {{:Random Text Tag}}
+
# {{:Sysops Can HTML}}
* {{:Reference Tags}}
+
# {{:Track Badges}}
* {{:Remove MySQL from App Servers}}
+
# {{:Trust User as Patrolled}}
* {{:Rewrite AboutUsBot}}
+
# {{:Upload Multiple Files}}
* {{:Rollto/Rollback}}
+
# {{:WhiteListForBuiltinBlacklist}}
* {{:Search Box on Domain Pages}}
 
* {{:Search Includes TLD}}
 
* {{:Search Provides Create Article Link}}
 
* {{:Semantic Content}}
 
* {{:SingleAuthentication}}
 
* {{:Social Media Tags}}
 
* {{:SponsorThisPage}}
 
* {{:Statistics Turn Back On}}
 
* {{:Suggestive Search}}
 
* {{:Sysops Can HTML}}
 
* {{:Sysops Can Spam}}
 
* {{:Track Badges}}
 
* {{:Trust User as Patrolled}}
 
* {{:URL Magic for Subdirectories}}
 
* {{:Upload Multiple Files}}
 
* {{:WhiteListForBuiltinBlacklist}}
 
* {{:Category as default for search terms}}
 

Latest revision as of 19:50, 13 November 2007

  1. List specific recent changes
  2. ... others???
  3. Support linksharing partnerships
  4. Category edit box like on armchair gm
  5. Automatic breadcrumbs - actually, I'm not sure how we'd do this ...
  6. GettingThingsDone Affordances
  7. ShotgunningSearch ... find things including where a chunk comes from
  8. Org charts (Roles/Ladders/...) affordances
  9. Common Answers By Portal
  10. Consistent Registrar Ads
  11. Dev and CC Pair on Recent Changes Patrol
  12. DownForMaintenanceWiki (1)
  13. Easily Editable Vector Graphics (5) (Ali)
  14. Editable DomainPage Skeleton (1)
  15. Expandable Hierarchies
  16. External Link Styles
  17. IRC On Frontpage (2)
  18. IRC Recorder
  19. InfrastructurePlan

Xcode tools

Git

MacPorts

Download and install:

MySQL

Download and install version 5.1.

Ruby

Download and install version 1.8.7p249

Build:

 mkdir /www
 ./configure --prefix=/www
 make
 make install

(edit .profile like so:)

 export PATH=/www/bin:/usr/local/mysql/bin:/opt/local/bin:/opt/local/sbin:$PATH

RubyGems

Download and install version 1.3.5

ruby setup.rb

Misc. Libraries

Run these commands:

 sudo port install freeimage
 sudo port install gd2
 gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config

AboutUs repos

 mkdir -p /www/aboutus ;
 cd /www/aboutus
 git clone :AboutUs/compostus.git
 git clone :AboutUs/electric_sheep.git
 cd /www/aboutus/compostus/compost
 gem install geminstaller
 geminstaller


Cassandra

 mkdir -p /www/compile
 cd /www/compile
 curl -O http://mirror.its.uidaho.edu/pub/apache/incubator/cassandra/0.5.0/apache-cassandra-incubating-0.5.0-bin.tar.gz
 tar xvf apache-cassandra-incubating-0.5.0-bin.tar.gz
 mv apache-cassandra-incubating-0.5.0 /www/cassandra
 cp /www/aboutus/compostus/cassandra/storage-conf.xml.devel /www/cassandra/conf/storage-conf.xml

Running:

 cd /www/cassandra
 ./bin/cassandra

Configure the app

  • create databases
 mysql -u root
 create database compostus_wiki_test;
 create database compostus_wiki_dev;
 grant all on *.* to wiki@localhost identified by 'wiki';
  • install sysop user
mysql -u root compostus_wiki_dev Social Media Tags (?)
  1. Promote my Company
  2. Statistics Turn Back On
  3. Sysops Can HTML
  4. Track Badges
  5. Trust User as Patrolled (2)
  6. Upload Multiple Files (2)
  7. WhiteListForBuiltinBlacklist

This category currently contains no pages or media.