Changeset 99b974e in freewrt


Ignore:
Timestamp:
Jun 29, 2007, 8:50:27 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
5ba8e3b
Parents:
12df702
Message:
  • since MapUrl seems to have a first-map policy, move the generics past the specifics
  • provide a link back to / on the footer of every page

git-svn-id: svn://www.freewrt.org/trunk/freewrt@3038 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/fwwif
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • package/fwwif/Makefile

    r12df702 r99b974e  
    99PKG_NAME=               fwwif
    1010PKG_VERSION=            20070629
    11 PKG_RELEASE=            4
     11PKG_RELEASE=            5
    1212NO_DISTFILES=           1
    1313
  • package/fwwif/extra/footer.ecpp

    r12df702 r99b974e  
    3737 • <a href="http://validator.w3.org/check/referer">Valid XHTML/1.1!</a>
    3838%}
    39  •
     39 • <a href="/">Webinterface Start Page</a> •
    4040</div>
    4141</body></html>
  • package/fwwif/extra/fwwif.conf

    r12df702 r99b974e  
    1919MapUrl  ^/$                     fwwif@fwwif
    2020MapUrl  ^/favicon               images@fwwif favicon.ico
    21 MapUrl  ^/([^/.]+)(\..*)?$      $1@fwwif
    22 MapUrl  ^/([^/]+)/$             $1@$1
    23 MapUrl  ^/([^/]+)/([^.]+)       $2@$1
    2421
    2522include                         /etc/fwwif/*.app
    2623
    2724MapUrl  ^/images/(.*)           images@fwwif $1
     25MapUrl  ^/([^/.]+)(\..*)?$      $1@fwwif
     26MapUrl  ^/([^/]+)/$             $1@$1
     27MapUrl  ^/([^/]+)/([^.]+)       $2@$1
Note: See TracChangeset for help on using the changeset viewer.