• 大小: 9.91MB
    文件类型: .zip
    金币: 2
    下载: 0 次
    发布日期: 2024-02-06
  • 语言: 其他
  • 标签: wecenter  

资源简介

WeCenter 是一款建立知识社区的开源程序,以可检索、归类、整理的问答形式, 帮助企业、学校、政府机构等组织搭建自己的知识库, 用户可主动查询获取产品和服务的说明内容, 通过问答互动,加强组织和用户之间的社交粘性

资源截图

代码片段和文件信息

import sys os
from sphinx.highlighting import lexers
from pygments.lexers.web import PhpLexer

lexers[‘php‘] = PhpLexer(startinline=True linenos=1)
lexers[‘php-annotations‘] = PhpLexer(startinline=True linenos=1)
primary_domain = ‘php‘

# -- General configuration -----------------------------------------------------

extensions = []
templates_path = [‘_templates‘]
source_suffix = ‘.rst‘
master_doc = ‘index‘

project = u‘Guzzle‘
copyright = u‘2012 Michael Dowling‘
version = ‘3.0.0‘
release = ‘3.0.0‘

exclude_patterns = [‘_build‘]

# -- Options for HTML output ---------------------------------------------------

# The name for this set of Sphinx documents.  If None it defaults to
# “ v documentation“.
html_title = “Guzzle documentation“
html_short_title = “Guzzle“

# Add any paths that contain custom static files (such as style sheets) here
# relative to this directory. They are copied after the builtin static files
# so a file named “default.css“ will overwrite the builtin “default.css“.
html_static_path = [‘_static‘]

# Custom sidebar templates maps document names to template names.
html_sidebars = {
    ‘**‘:       [‘localtoc.html‘ ‘leftbar.html‘ ‘searchbox.html‘]
}

# Output file base name for HTML help builder.
htmlhelp_basename = ‘Guzzledoc‘

# -- Guzzle Sphinx theme setup ------------------------------------------------

sys.path.insert(0 ‘/Users/dowling/projects/guzzle_sphinx_theme‘)

import guzzle_sphinx_theme
html_translator_class = ‘guzzle_sphinx_theme.HTMLTranslator‘
html_theme_path = guzzle_sphinx_theme.html_theme_path()
html_theme = ‘guzzle_sphinx_theme‘

# Guzzle theme options (see theme.conf for more information)
html_theme_options = {
    “index_template“: “index.html“
    “project_nav_name“: “Guzzle“
    “github_user“: “guzzle“
    “github_repo“: “guzzle“
    “disqus_comments_shortname“: “guzzle“
    “google_analytics_account“: “UA-22752917-1“
}

# -- Options for LaTeX output --------------------------------------------------

latex_elements = {}

# Grouping the document tree into LaTeX files. List of tuples
# (source start file target name title author documentclass [howto/manual]).
latex_documents = [
  (‘index‘ ‘Guzzle.tex‘ u‘Guzzle Documentation‘
   u‘Michael Dowling‘ ‘manual‘)
]

# -- Options for manual page output --------------------------------------------

# One entry per manual page. List of tuples
# (source start file name description authors manual section).
man_pages = [
    (‘index‘ ‘guzzle‘ u‘Guzzle Documentation‘
     [u‘Michael Dowling‘] 1)
]

# If true show URL addresses after external links.
#man_show_urls = False

# -- Options for Texinfo output ------------------------------------------------

# Grouping the document tree into Texinfo files. List of tuples
# (source start file target name title author
#  dir menu entry description category)
texinfo_documents = [
  (‘index‘ ‘Guzzle‘ u‘Guzzle Documentation‘
   u‘Michael Dowling‘ ‘Guzzle‘ ‘One line de

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-06-11 13:39  plugins\
     目录           0  2019-06-11 13:36  static\
     目录           0  2019-06-11 13:36  static\admin\
     目录           0  2019-06-11 13:36  static\admin\css\
     文件       29582  2019-04-08 09:49  static\admin\css\common.css
     文件        1183  2019-04-08 09:49  static\admin\css\login.css
     目录           0  2019-06-11 13:36  static\admin\img\
     文件        3285  2019-04-08 09:49  static\admin\img\blue-2x.png
     文件        1886  2019-04-08 09:49  static\admin\img\blue.png
     文件        2845  2019-04-08 09:49  static\admin\img\logo.png
     文件         193  2019-04-08 09:49  static\admin\img\triangle_down.png
     文件         142  2019-04-08 09:49  static\admin\img\triangle_up.png
     文件        4030  2019-04-08 09:49  static\admin\img\warmming.png
     文件        5556  2019-04-08 09:49  static\admin\img\wecenter-logo.png
     目录           0  2019-06-11 13:36  static\admin\js\
     文件       32726  2019-04-08 09:49  static\admin\js\aws_admin.js
     文件       14758  2019-04-08 09:49  static\admin\js\aws_admin_template.js
     文件        8256  2019-04-08 09:49  static\admin\js\echarts-data.js
     文件      325904  2019-04-08 09:49  static\admin\js\echarts.js
     文件       79858  2019-04-08 09:49  static\admin\js\framework.js
     文件        6444  2019-04-08 09:49  static\admin\js\global.js
     目录           0  2019-06-11 13:36  static\api\
     目录           0  2019-06-11 13:36  static\api\css\
     文件        9769  2019-04-08 09:49  static\api\css\imgshare.css
     文件        4254  2019-04-08 09:49  static\api\css\like.css
     文件        2878  2019-04-08 09:49  static\api\css\select_share.css
     文件         557  2019-06-10 13:21  static\api\css\share.css
     文件        4614  2019-04-08 09:49  static\api\css\share_popup.css
     文件        4173  2019-04-08 09:49  static\api\css\share_style0_16.css
     文件        3849  2019-04-08 09:49  static\api\css\share_style0_24.css
     文件        3717  2019-04-08 09:49  static\api\css\share_style0_32.css
............此处省略3990个文件信息

评论

共有 条评论