We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
作为 @user5858 提到的
htmltoc
脚本的替代方案,有hypertoc
,一个更强大的重写,同样是用 Perl 完成的。像这样安装它(例如在 Ubuntu Linux 上):像这样使用它:
As an alternative to the
htmltoc
script mentioned by @user5858, there ishypertoc
, a more powerful rewrite of the same, again done with Perl. Install it like this (on Ubuntu Linux for example):Use it like this:
我刚刚写了一个 关于使用 hypertoc、sed 和 make 为 HTML 页面生成目录的博客文章。 shell 脚本还使用广告名称插入 Google 广告。我还创建了一个 导航部分 可用于导航到网站上的其他页面。
我使用的网页示例模板如下所示:
我编写了一个名为 include 的脚本,该脚本读取名为 *.html.in 的文件并创建一个 *.html 文件。脚本看起来像这样。我还使用 makefile 将 *.html.in 文件转换为 *.html 文件
I just wrote a blog post on generating table of contents for an HTML page using hypertoc, sed, and make. The shell script also inserts google ads using an ad name. I also created a navigation section that can be used to navigate to other pages on the web site.
The sample template of a web page I use looks something like this:
I wrote a script called include that reads a file named *.html.in and created a *.html file. The script looks like this. I also used a makefile to convert the *.html.in files into the *.html files
samaxesjs TOC jQuery 插件 效果非常好。
The samaxesjs TOC jQuery plugin works pretty well.