Difference between revisions of "Category:NeedsLoveDevelopmentTask"
m (Removed some completed or no longer relevant tasks) |
(Finished articulating a couple more projects) |
||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
* [[PredictGrowth]] ... figure out what is helpful to report | * [[PredictGrowth]] ... figure out what is helpful to report | ||
* Optimize the spiderability of our site (sitemap, etc) | * Optimize the spiderability of our site (sitemap, etc) | ||
| Line 79: | Line 75: | ||
* {{:Upload Multiple Files}} | * {{:Upload Multiple Files}} | ||
* {{:WhiteListForBuiltinBlacklist}} | * {{:WhiteListForBuiltinBlacklist}} | ||
| − | |||
* {{:Category as default for search terms}} | * {{:Category as default for search terms}} | ||
Revision as of 17:46, 13 November 2007
- PredictGrowth ... figure out what is helpful to report
- Optimize the spiderability of our site (sitemap, etc)
- GreenThumb browser plugin (aka user toolbar)
- Rating of web pages (up for debate)
- Chat
- Treat subdomains like normal domain pages
- Quote-back writeup
- AboutFace Facebook app ... very similar to widget
- Transclude a wiki page on your facebook profile
- List the top pages
- List specific recent changes
- ... others???
- Support linksharing partnerships
- Category edit box like on armchair gm
- Automatic breadcrumbs - actually, I'm not sure how we'd do this ...
- ConsensusPolling Affordances (needs DoneDone)
- DistributedPlanningGame Affordances
- CreatePage and TranscludeIntoCurrent Extension (2) (people?)
- GettingThingsDone Affordances
- ShotgunningSearch ... find things including where a chunk comes from
- Org charts (Roles/Ladders/...) affordances
- Add Article to Category (1) ... Needs Mediawiki Upgrade
- (?) Add User Script (?)
- Alexa and DomainTools Links
- (?) Audio Streaming (?)
- See MeasureGrowth and MeasurePerformance instead.
- (?) Better OpenID Error Message (?)
- (?) OnMessageSearchResults (?)
- (3) PurgingAndAdultCategoryMarking (?) (5-2)
- Common Answers By Portal
- Common Answers
- Consistent Registrar Ads
- Dev and CC Pair on Recent Changes Patrol
- DownForMaintenanceWiki (1)
- Easily Editable Vector Graphics (5) (Ali)
- Editable DomainPage Skeleton (1)
- Expandable Hierarchies
- External Link Styles
- IRC On Frontpage (2)
- IRC Recorder
- InfrastructurePlan
Contents
Xcode tools
- Available on OS X install DVD or from http://developer.apple.com/tools/xcode/
Git
- Download binary from http://code.google.com/p/git-osx-installer/downloads/list?can=3
- Verify that git functions.
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
-
Promote my Company - Statistics Turn Back On
- (?) Suggestive Search (?)
- Sysops Can HTML
- Sysops Can Spam
- Track Badges
- Trust User as Patrolled (2)
- (7) URL Magic for trees (?)
- Upload Multiple Files (2)
- WhiteListForBuiltinBlacklist
- (?) Category as default for search terms (?) (?)
Category results for basic search(Umar)
This category currently contains no pages or media.


:AboutUs/compostus.git
git clone