View Single Post
08-05-09, 06:29 PM   #6
Shirik
Blasphemer!
Premium Member
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2007
Posts: 818
Originally Posted by Vaest View Post
the only other concerns are words like "stable", "beta (or b)", release, etc. which i can't imagine are hard either.
Again, you are trivializing a problem that is not trivial. This issue is much more complicated than you would think. There are a million ways people say "beta" or "release," including sticking "r" in random places (which you already assumed to be "revision").

How about foxlit's "Delta 4" version?

Code:
## Interface: 30100
## Title: OPie
## Notes: 1. Bind infrequent actions to rings. 2. ??? 3. Eat pie.
## Author: foxlit
## SavedVariables: OneRing_Config, OPie_Locale
## OptionalDeps: ButtonFacade
## X-Version-Name-Wrath: Delta 4
## X-Update-FeedURL: http://www.go-hero.net/opie/rss/stable
## X-Update-FeedURL-Beta: http://www.go-hero.net/opie/rss/beta
## X-Website: http://www.go-hero.net/opie/
## X-API-Docs: http://www.go-hero.net/opie/api
EventLib.lua
OneRingLib.lua
OneRingIndication.lua
OneRingLocale.lua
OPieConfig.lua
OPieBindings.lua
Meta\StanceBar.lua
Meta\RingKeeper.lua
Meta\RingKeeperConfig.lua
Meta\RingKeeperShare.lua
Rings\Common.lua
Rings\RKRings.lua
__________________
たしかにひとつのじだいがおわるのお
ぼくはこのめでみたよ
だけどつぎがじぶんおばんだってことわ
しりたくなかったんだ
It's my turn next.

Shakespeare liked regexes too!
/(bb|[^b]{2})/
  Reply With Quote