Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

order of links in the wiki (sites that use Smarty)

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Documentation
View previous topic :: View next topic  
Author Message
web2samus
Smarty n00b


Joined: 12 Feb 2008
Posts: 1

PostPosted: Tue Feb 12, 2008 2:13 am    Post subject: order of links in the wiki (sites that use Smarty) Reply with quote

hi, I've just resorted the links in the wiki (SitesUsingSmarty), I've sorted them with the following script:
Code:
awk -F '[' '{match($2, /^http:\/\/(www\.)?([^[:space:]\]]+)([[:space:]\]])/, sitename); print sitename[2] " " $0}' | sort | awk '{print substr($0, index($0, "*"))}' # run once per block

which I left here in case you find it useful.

it's being ordered by url since was easier for the script, if this is not acceptable please let me know and I'll try to make another with a different criteria.
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Documentation All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP