Displaying 20 results from an estimated 1000 matches similar to: "Know ye of such a beast ?"
2011 Jul 13
3
php-markdown-extra-extended - my humble attempt at extending php-markdown
Dear all,
I have used Markdown via Drupal a few months now, with a customer site
and my currently my own blog and based on that practical experience I
wanted to add some extra functionality to PHP Markdown Extra, so out
of this grow my (extended) weekend project
https://github.com/egil/php-markdown-extra-extended
The big missing item right now that I would like to implement is the
ability to add
2008 May 08
23
The wiki - directions and ideas
Hi all
Luke and I have been discussing the wiki and how its future development
might pan out. As a result I thought I''d canvas people for feedback.
Currently the wiki''s layout and structure is fairly ad hoc and it''s a
mix of wiki mark-up and REStructured Text (RST). We''d like to make it
more "manual" like or at least move a significant portion of
2007 Feb 20
6
Markdown and Wikis
I would like to have a wiki that uses Markdown as the markup
language (or something very close), I've currently used PmWiki
and I really like it but there are some problems with using
Markdown so I'm interested to see if there is an alternative
that works better for me.
I've looked at wiki matrix and searched for and found the
following list
bitweaver, DekiWiki, DokuWiki, Friki,
2013 Jan 23
3
footnote:id, colons and jquery
I just received a [bug report] for Python-Markdown complaining that
colons are used in the ids of footnotes. For reference, we [output]
the same format at PHP Markdown Extra. The general complaint is that
the colon in the id attribute (`id="fnref:1"`) causes jquery to choke
when referencing that id from javascript because jquery uses colons to
indicate pseudo elements (as does CSS). As
2007 Oct 18
2
www/drupal4 and www/drupal5: Multiple security vulnerabilities
The Drupal project announced several security vulnerabilities for the
4.7.x and 5.x releases of the Drupal package. These effect two current
ports: www/drupal4 and www/drupal5.
The following are the security advisories that were posted:
4.7.x:
* DRUPAL-SA-2007-024: http://drupal.org/node/184315
* DRUPAL-SA-2007-026: http://drupal.org/node/184320
* DRUPAL-SA-2007-030:
2009 Apr 07
1
Python-Markdown 2.0 Final Released!
I am happy to announce the release of Python-Markdown 2.0 final. We
have versions for Python 2.3-2.6 and Python 3.0!
See the release notes here:
https://sourceforge.net/project/shownotes.php?release_id=674043&group_id=153041
Download from PyPI here:
http://pypi.python.org/pypi/Markdown/2.0
--
----
\X/ /-\ `/ |_ /-\ |\|
Waylan Limberg
2011 Sep 22
1
computation of header ids
Hi,
I'm using the header id extension from markdown extra and in my
perception it gets wrong when I use attributes on headers, for instance:
>>> md = markdown.Markdown(['extra'])
>>> md.convert('# My header {@class=red}')
u'<h1 class="red" id="my_header_classred_1">My header </h1>'
I would have expected:
2008 Apr 01
3
HTML entities in URLs and urlencoding
We recently received the following bug report for the python-markdown
implementation:
> The "&" are escaped in URLs.
>
> An example:
> [Link](http://www.site.com/?param1=value1¶m2=value1)
>
> Should output:
> <a href="http://www.site.com/?param1=value1¶m2=value1">Link</a>
>
> Currently outputs:
> <a
2012 Aug 07
1
Footnote output not valid.
I just received a report [1] that the footnote output we use in
Python-Markdown (an exact copy of PHP Markdown Extra [3]) is not valid
HTML [3]. If you notice he's using HTML5. At least the footnote syntax
does valid on XHTML1 or HTML4. Anyway, any suggestions on how the
various footnote implementations want to move forward with this?
[1]: https://github.com/waylan/Python-Markdown/issues/129
2009 Jul 23
3
Drupal installation
Does anyone have experience of drupal installation under CentoOS-5.3
with MySQL database preferably accessed through phpMyAdmin.
I want to install drupal more or less as an experiment,
and I'm looking for a 1- or 2-page document
that just lists precisely what steps to take.
I've had a quick look at the official installation instructions,
and I found them confusing and contradictory.
--
2013 Mar 11
5
Integrating with Drupal SQL db
Hi
I'm trying to get Dovecot to use Drupal users password for authenticating
IMAP users. But I just cant figure out how to make Dovecot understand the
password hash type that Drupal 7 is using.
My example user with password Teacher1 looks like this in Drupal database:
$S$DZwJa.U8HXT2PvTmwCK13rGEYEvnx5DB6/hlqnfCBum4s4U7MVWU
Dovecot retrieves this hash but complains that its not a recognized
2006 May 12
21
Drupal vs. Ruby on Rails
Hello all,
Maybe the $subj is a little bit weird (i.e. apples vs oranges) but it is
a situation i am facing at the moment: We are developing a small web
site which will be mostly a CMS (more or less) and my colleagues is
arguing for drupal, and i am for RoR.
Maybe i can formulate the question in a different way: when to use a CMS
(not necessarily drupal but e.g. Radiant CMS) and when to use Ruby
2005 May 26
28
Shorewall development web site
Hi folks,
Last night and this morning i''ve hacked up a quick web site for
coordinating our development work based on Drupal (http://drupal.org).
You can find it at:
http://shorewall.dyndns.org
I''ve put a few ideas in there - feel free to use the comments or sign
up for an account and create your own pages (particularly in the two
books about development and web site work).
2008 Feb 13
3
Syntax for extensions
Hello,
I need to to slightly extend the markdown syntax. (place an image (img tag)
in text which URL has not yet been determined). Therefore I want to define
something like $[Alt text](img.jpg) which would be replaced by my
pre-processor with ![Alt text](/path/to/img.jpg) and then sent to markdown.
Is there any special syntax that should be used for such 3rd party extensions?
How would you do
2007 Jan 19
2
Install Drupal
I want to install Drupal on a linux box.
I want to know the steps & procedure to install drupal. Should I start by
installing PHP, MySQL and Apache or the other round.
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070119/369342f2/attachment.html>
2006 May 07
1
Announcement: Markdown-0.1 for PmWiki
Okay, it's pretty alpha, but it is a start. I have published
"Markdown," which is a recipe that helps integrate Markdown syntax
with PmWiki.[1] My goal is that, when finished, there will be
something pretty close to a PHP-based wiki that relies on Markdown
syntax.
I have been involved with PmWiki for a couple years now. It has
matured into a very potent, customizeable wiki engine.
2010 Dec 18
2
Best way to set up for PHP websites
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am looking to set up a CentOS server for hosting a high traffic PHP
site (specifically Drupal 6).
I am trying to figure out what's the best way of setting up PHP. The
standard mod_php seems to not be a good solution, as it requires apache
to be in the prefork configuration, due to PHP not being thread safe.
Something like mod_fcgi seems to be
2013 Mar 11
3
SSL Certificate
Dear All
This is my continuation of postfix setup.
Following link
http://campworld.net/thewiki/pmwiki.php/LinuxServersCentOS/Cent6VirtMailServerfor
postfix setup.
At one stage it says,
Configuring The Server Setup SSL Certificate
Now generate an SSL certificate for postfix and dovecot to have TLS
support. Replace mail.example.com with your server hostname.
> genkey --days 3650
2011 Mar 20
2
syslog.conf - how to redirect messages by a program name?
Hello,
the "man syslog.conf" explains how to filter syslog messages
by facility (auth, authpriv, cron, daemon, kern, ... ) or
by priority (debug, info, notice, warning, ...).
But how could I redirect messages by a program name, like
"drupal" or "php"? For example I have in /var/log/messages:
Mar 20 04:20:44 mysite drupal: http://mysite|1300594844|page not
2016 Mar 18
4
We really need more community involvement with GSoC
Note : I do not mean to compare or criticize any organization. This is
based on my experience.
Dear Community,
I have subscribed llvm-dev list for last 6 months and I follow most of the
thread when it makes sense to me. I have observed that some times some
mails do not get any kind of response. Mostly novice students and some one
trying to use LLVM in the research have many questions.
I respect