Project Infrastructure: Difference between revisions
Jump to navigation
Jump to search
← Older edit
Newer edit →
Project Infrastructure
(view source)
Revision as of 17:40, 5 April 2018
912 bytes removed
,
5 April 2018
→Hosted on jwe's dreamhost.com account
Revision as of 17:39, 5 April 2018
(
view source
)
Jwe
(
talk
|
contribs
)
(
→hg.octave.org
)
← Older edit
Revision as of 17:40, 5 April 2018
(
view source
)
Jwe
(
talk
|
contribs
)
(
→Hosted on jwe's dreamhost.com account
)
Newer edit →
Line 83:
Line 83:
RewriteCond $1 !^(favicon.*)
RewriteCond $1 !^(favicon.*)
RewriteRule ^(.*)$ /wiki/index.php?title=$1
RewriteRule ^(.*)$ /wiki/index.php?title=$1
</nowiki>
=== hg.octave.org ===
This site hosts [http://hg.octave.org mercurial repos].
* [http://hg.octave.org/web-octave web-octave] (Alex and Kai's new web pages)
* [http://hg.octave.org/octave/gnulib-hg gnulib]
* mirror of master hg archive for [http://hg.octave.org/octave octave]
* [http://hg.octave.org/mxe-octave mxe-octave] (see [[MXE]])
* various octave clones
* htaccess file:
<nowiki>
# Taken from http://www.pmwiki.org/wiki/Cookbook/CleanUrls#samedir
# Used at http://ggap.sf.net/hg/
Options +ExecCGI
RewriteEngine On
RewriteBase /
RewriteRule ^$ hgwebdir.cgi [L]
RewriteRule ^repos/(.*) $1 [L,QSA]
# Send requests for files that exist to those files.
RewriteCond %{REQUEST_FILENAME} !-f
# Send requests for directories that exist to those directories.
RewriteCond %{REQUEST_FILENAME} !-d
# Send requests to hgwebdir.cgi, appending the rest of url.
RewriteRule (.*) hgwebdir.cgi/$1 [QSA,L]
</nowiki>
</nowiki>
Jwe
Bureaucrats
,
Administrators
263
edits
Navigation menu
Personal tools
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
View source
View history
More
Search
Navigation
🏠 GNU Octave Wiki
⚙️ Installing
📦 Packages
📝 Contributed Code
🔬 Development
❓ FAQ
Wiki
Recent changes
Random page
Index
Help
Tools
Special pages
Printable version