I'd like to set up a new site to replace drupaldocs.org. I hear all outstanding issues with the API module have been fixed so we can go ahead with this. A few questions:
-What theme?
-I'm guessing OSL needs to do the initial setup of the domain.
-Once it is done KJ should set up a redirect to the new site.
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | api.module | 32.44 KB | dries |
Comments
Comment #1
kbahey commentedPlease please make it http://api.drupal.org
Comment #2
Crell commented- api.drupal.org
- Same theme as drupaldocs.org uses now. (Whatever the name is; I can never remember.)
- I've no knowledge of the network changes involved on OSL's network, so I'll pass on those.
Comment #3
dries commentedUpdating JonBob's api.module is probably a first required step. It is still stuck at Drupal 4.4, or something.
Comment #4
killes@www.drop.org commentedThe module appears to be updated to cvs.
Comment #5
dries commentedI asked OSL to setup the domain.
Comment #6
kbahey commentedDomain as in drupaldocs.org? Or subdomain as in api.drupal.org?
I think the "docs" part is very misleading, since it only means "developer documentation". It is not accurate in that sense either since many other documents in the handbook are valuable developer docs.
So, api.drupal.org sounds like the best option so far.
Comment #7
chx commentedKhalid, it's easy to answer: subdomain under drupal.org, api.drupal.org as the drupaldocs.org name is owned by Kjartan and the site is still on his machine and not on the farm which OSU OSL maintains.
Comment #8
drummSteven, can you make me a bluebeach header with 'Drupal API'?
I've disabled user accounts on the new site since there is no need for them. Let me know if you want an account and I'll make one. I'm thinking Dries, Jonbob, Steven, and Killes will want them.
Comment #9
drummAnyone want to fix this issue? http://drupal.org/node/52041
Comment #10
drummI actually ended up posting 3 other issues: http://drupal.org/project/issues/api. One is critical, the
api.cssone.Other things I'll be doing:
- Putting some links back to Drupal.org up. Everyone okay with copying the links off of Drupaldocs.org?
- Building a search block (shouldn't this be in api.module?).
- Making sure cron is running.
Comment #11
dries commentedA logo is available in the logo-directory. It just needs to be installed.
Comment #12
dries commentedThe API search block on drupaldocs.org is part of the api.module:
Comment #13
drummAuto updating of the sources should be working now. Whoever recieves error messages for cron should let me know if there are issues. It is running 4 times daily.
The CVS version of api.module doesn't have a block hook.
How is the fancy URL redirecting working on drupaldocs?
Comment #14
dries commentedHere is a copy of the api.module that we use on drupaldocs.org.
Comment #15
dries commentedLooks like a custom 404 handler to me ... You'll want to double-check the code for security. Using
$_SERVER['QUERY_STRING']can be dangerous when outputed.Comment #16
drummComment #17
(not verified) commented