X-Git-Url: https://harishankar.org/repos/?p=biaweb_qt.git;a=blobdiff_plain;f=biaweb_strings.py;h=8f7f232081996801518eba68dd0cf186114e1034;hp=62d1f5e4c1c91a45d1995f09489b9e12d020358c;hb=df54af4f6bf7afa6b89f5fa1f07177313aa5cc1f;hpb=54389d5adbbb1830a7e85545b2bdde816713a272 diff --git a/biaweb_strings.py b/biaweb_strings.py index 62d1f5e..8f7f232 100644 --- a/biaweb_strings.py +++ b/biaweb_strings.py @@ -187,4 +187,272 @@ a:visited { } a:active, a:hover { color: #0000ff; -}""" \ No newline at end of file +}""" + +template_rss = """ + + + ${title} + ${link} + ${description} + BiaWeb + ${rss_items} + +""" + +template_rss_item = """ + + ${item_title} + ${item_link} + ${description} + ${item_link} + +""" + +stopwords = """$ +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +a +able +about +after +again +all +almost +already +also +although +am +an +and +another +any +are +are +around +as +at +b +based +be +because +been +before +being +between +both +bring +but +by +c +came +can +com +come +comes +could +d +did +do +does +doing +done +e +each +eight +else +etc +even +every +f +five +for +four +from +g +get +gets +getting +go +going +got +h +had +has +have +he +he +her +here +him +himself +his +how +however +href +http +i +if +in +including +into +is +it +it +its +j +just +k +kb +know +l +like +looks +m +mailto +make +making +many +may +mb +me +means +might +more +more +most +move +mr +much +must +my +n +need +needs +never +nice +nine +no +not +now +o +of +often +oh +ok +on +on +one +only +or +org +other +our +out +over +own +p +piece +q +r +rather +re +really +s +said +same +say +says +see +seven +several +she +should +since +single +six +so +so +some +something +still +stuff +such +t +take +ten +than +that +the +their +them +them +then +there +there +these +they +they +thing +things +this +those +three +through +to +too +took +two +u +under +up +us +use +used +using +usual +v +ve +very +via +w +want +was +way +we +we +well +were +what +when +where +whether +which +while +whilst +who +why +will +with +within +would +x +y +yes +yet +you +your +z""".split ("\n") + +searchindex_htaccess = """ + order allow,deny + deny from all +""" \ No newline at end of file