本文整理汇总了Python中outwiker.core.style.Style类的典型用法代码示例。如果您正苦于以下问题:Python Style类的具体用法?Python Style怎么用?Python Style使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
在下文中一共展示了Style类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。
示例1: generateHtml
def generateHtml (self, page):
resultFileName = self.getHtmlPath()
cache = self._getCacher (page, self._application)
# Проверим, можно ли прочитать уже готовый HTML
if (cache.canReadFromCache() and os.path.exists (resultFileName)) or page.readonly:
try:
return readTextFile (resultFileName)
except IOError:
MessageBox (_(u"Can't read file {}".format (resultFileName)),
_(u"Error"),
wx.ICON_ERROR | wx.OK)
return u""
style = Style()
stylepath = style.getPageStyle (page)
generator = self._getHtmlGenerator (page)
try:
html = generator.makeHtml(stylepath)
cache.saveHash()
except IOError:
MessageBox (_(u"Can't create HTML file"),
_(u"Error"),
wx.ICON_ERROR | wx.OK)
return html
示例2: generateHtml
def generateHtml (self, page):
path = self.getHtmlPath (page)
if page.readonly and os.path.exists (path):
# Если страница открыта только для чтения и html-файл уже существует, то покажем его
return path
style = Style()
stylepath = style.getPageStyle (page)
try:
tpl = HtmlTemplate (stylepath)
except:
MessageBox (_(u"Page style Error. Style by default is used"),
_(u"Error"),
wx.ICON_ERROR | wx.OK)
tpl = HtmlTemplate (style.getDefaultStyle())
if page.autoLineWrap:
text = HtmlImprover.run (page.content)
text = re.sub ("\n<br>\n(<li>)|(<li>)", "\n<LI>", text)
else:
text = page.content
result = tpl.substitute (content=text)
with open (path, "wb") as fp:
fp.write (result.encode ("utf-8"))
return path
示例3: testDefault
def testDefault(self):
"""
Проверка того, что возвращается правильный путь до шаблона по умолчанию
"""
style = Style()
defaultStyle = style.getDefaultStyle()
self.assertEqual(os.path.abspath(defaultStyle), os.path.abspath("styles/__default/__style.html"))
示例4: _makeHtml
def _makeHtml(self, page):
style = Style()
stylepath = style.getPageStyle(page)
try:
tpl = HtmlTemplate(readTextFile(stylepath))
except EnvironmentError:
tpl = HtmlTemplate(readTextFile(style.getDefaultStyle()))
content = self._changeContentByEvent(
page,
PreprocessingParams(page.content),
self._application.onPreprocessing)
if page.autoLineWrap:
content = self._changeContentByEvent(
page,
PreHtmlImprovingParams(content),
self._application.onPreHtmlImproving)
config = HtmlRenderConfig(self._application.config)
improverFactory = HtmlImproverFactory(self._application)
text = improverFactory[config.HTMLImprover.value].run(content)
else:
text = content
result = tpl.substitute(content=text,
title=page.display_title)
result = self._changeContentByEvent(page,
PostprocessingParams(result),
self._application.onPostprocessing)
return result
示例5: testStylePage2
def testStylePage2(self):
style = Style()
page = self.rootwiki[u"Html-страница 2"]
shutil.copy(self._testStylePath, page.path)
validStyle = os.path.abspath(os.path.join(page.path, self._styleFname))
pageStyle = os.path.abspath(style.getPageStyle(page))
self.assertEqual(pageStyle, validStyle)
示例6: testFakeStyle
def testFakeStyle(self):
style = Style()
page = self.rootwiki[u"Викистраница 1"]
os.mkdir(os.path.join(page.path, self._styleFname))
validStyle = os.path.abspath(style.getDefaultStyle())
pageStyle = os.path.abspath(style.getPageStyle(page))
self.assertEqual(pageStyle, validStyle)
示例7: testStylePage1
def testStylePage1(self):
style = Style()
page = self.wikiroot[u"Викистраница 1"]
shutil.copy(self._testStylePath, page.path)
validStyle = os.path.abspath(os.path.join(page.path, self._styleFname))
pageStyle = os.path.abspath(style.getPageStyle(page))
self.assertEqual(pageStyle, validStyle)
示例8: testCacheStyle
def testCacheStyle (self):
"""
Проверка на то, что изменение стиля страницы сбрасывает кэш
"""
style = Style()
hashCalculator = WikiHashCalculator (Application)
hash_src = hashCalculator.getHash (self.testPage)
exampleStyleDir = u"../test/styles/example_jblog/example_jblog"
exampleStyleDir2 = u"../test/styles/example_jnet/example_jnet"
# Изменим стиль страницы
style.setPageStyle (self.testPage, exampleStyleDir)
hash2 = hashCalculator.getHash (self.testPage)
self.assertNotEqual (hash2, hash_src)
# Еще раз изменим стиль
style.setPageStyle (self.testPage, exampleStyleDir2)
hash3 = hashCalculator.getHash (self.testPage)
self.assertNotEqual (hash2, hash3)
self.assertNotEqual (hash3, hash_src)
# Изменим стиль на тот же
style.setPageStyle (self.testPage, exampleStyleDir2)
hash4 = hashCalculator.getHash (self.testPage)
self.assertEqual (hash4, hash3)
# Установим стиль по умолчанию
style.setPageStyleDefault (self.testPage)
hash5 = hashCalculator.getHash (self.testPage)
self.assertEqual (hash5, hash_src)
示例9: testInvalidPage
def testInvalidPage(self):
style = Style()
style.setPageStyle(None, self._exampleStyleDir)
style.setPageStyleDefault(None)
style.setPageStyle(self.rootwiki, self._exampleStyleDir)
style.setPageStyleDefault(self.rootwiki)
示例10: testStylePageDefault
def testStylePageDefault(self):
"""
Проверка на то, что если у страницы нет файла стиля, то возвращается стиль по умолчанию
"""
style = Style()
defaultStyle = style.getDefaultStyle()
style_page1 = style.getPageStyle(self.rootwiki[u"Викистраница 1"])
style_page2 = style.getPageStyle(self.rootwiki[u"Html-страница 2"])
self.assertEqual(style_page1, defaultStyle)
self.assertEqual(style_page2, defaultStyle)
示例11: __getStyleContent
def __getStyleContent(self, page):
"""
Возвращает содержимое шаблона
"""
style = Style()
try:
stylecontent = readTextFile(style.getPageStyle(page))
except (IOError, UnicodeDecodeError):
stylecontent = ""
return stylecontent
示例12: __getStyleContent
def __getStyleContent (self, page):
"""
Возвращает содержимое шаблона
"""
style = Style ()
try:
with open (style.getPageStyle (page)) as fp:
stylecontent = unicode (fp.read(), "utf8")
except IOError:
stylecontent = u""
except UnicodeDecodeError:
stylecontent = u""
return stylecontent.encode (self._unicodeEncoding)
示例13: _updatePage
def _updatePage(self, page):
path = page.getHtmlPath()
cache = HtmlCache(page, self._application)
# Проверим, можно ли прочитать уже готовый HTML
if cache.canReadFromCache() and os.path.exists(path):
return
style = Style()
stylepath = style.getPageStyle(page)
generator = HtmlGenerator(page)
html = generator.makeHtml(stylepath)
writeTextFile(path, html)
cache.saveHash()
示例14: generateHtml
def generateHtml (self, page):
style = Style()
stylepath = style.getPageStyle (page)
generator = HtmlGenerator (page)
try:
html = generator.makeHtml(stylepath)
except:
MessageBox (_(u"Page style Error. Style by default is used"),
_(u"Error"),
wx.ICON_ERROR | wx.OK)
html = generator.makeHtml (style.getDefaultStyle())
return html
示例15: testSetStyleAsDir
def testSetStyleAsDir(self):
style = Style()
page = self.rootwiki[u"Викистраница 1"]
pageStyleFname = os.path.join(page.path, self._styleFname)
pageStyleDir = os.path.join(page.path, self._styleDir)
self.assertFalse(os.path.exists(pageStyleDir))
self.assertFalse(os.path.exists(pageStyleFname))
style.setPageStyle(page, self._exampleStyleDir)
self.assertTrue(os.path.exists(pageStyleDir))
self.assertTrue(os.path.exists(pageStyleFname))
style.setPageStyleDefault(page)
self.assertFalse(os.path.exists(pageStyleDir))
self.assertFalse(os.path.exists(pageStyleFname))