public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Status of pandoc-templates?
@ 2018-10-05  1:36 Kolen Cheung
       [not found] ` <70c082c6-8546-4ff0-b3c6-52c4b0b07c44-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Kolen Cheung @ 2018-10-05  1:36 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 2045 bytes --]



Sorry I wasn’t paying too close attention to the development of 
pandoc-templates. Hopefully this thread can serve as a note to those who 
used pandoc-templates. Probably this should be converted to pandoc wiki 
once I gathered enough information.

So from my vague memory, it seems that the “git structure” of pandoc has 
changed. Some submodules becomes git subtree. One of the consequence is the 
removal of jgm/pandoc-templates. Please correct if there’s any info wrong 
up to now.

Anyhow, jgm/pandoc-templates no longer exists. First of all, can I suggest 
we never do that? Deleting a GitHub repository has a huge consequence if it 
is the “upstream.” Right now, my fork appears to be forked from 
https://github.com/adityam/pandoc-templates. In short, GitHub will 
automatically grant the oldest existing fork as the upstream of all 
remaining forks if the original upstream is deleted. But then as an 
earliest upstream, it often are far lag behind in terms of commits of the 
original upstream. e.g. from mine I see “This branch is 282 commits ahead 
of adityam:master.” I think a better way to deprecate a project is to 
archive it (Settings > Archive this repository).

Another question is that what is the current recommended method of having 
custom templates which can receives update from upstream from time to time? 
Or do we now has a better way of managing templates (such as template 
snippets)?
​

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/70c082c6-8546-4ff0-b3c6-52c4b0b07c44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 5114 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Status of pandoc-templates?
       [not found] ` <70c082c6-8546-4ff0-b3c6-52c4b0b07c44-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2018-10-05  2:44   ` John MacFarlane
       [not found]     ` <m2sh1lru22.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: John MacFarlane @ 2018-10-05  2:44 UTC (permalink / raw)
  To: Kolen Cheung, pandoc-discuss

Kolen Cheung <christian.kolen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

https://github.com/jgm/pandoc-templates does exist!
But it is not a descendent of the old repo by that
name.

There were some changes. First we moved from
submodules to a subtree. Now it's just a completely
separate repository that tracks updates to the
templates. (I update it on each pandoc release.) The
canonical locations for the templates is now
jgm/pandoc.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Status of pandoc-templates?
       [not found]     ` <m2sh1lru22.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
@ 2018-10-07  2:58       ` Kolen Cheung
       [not found]         ` <c9abc1a6-bfcf-4418-a5e4-1b271f69646f-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Kolen Cheung @ 2018-10-07  2:58 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 1788 bytes --]

Is the change from submodules to subtree force you to start 
pandoc-templates over? If so, I still thinks that leaving the old ones 
around just to not having those 631 orphans would be better. I also deleted 
my fork thinking it is no longer of use. Now knowing that it is still there 
I should have talking a diff. somehow to scavenge something from it.

e.g. instead of deleting pandoc-templates and replacing it with a new one 
of the same name, keeping pandoc-templates and may be having a new one like 
pandoc-templates2. This way one can take a simple git diff between their 
fork and your master and see how can one migrate to the new repo.  

On Thursday, October 4, 2018 at 7:44:52 PM UTC-7, John MacFarlane wrote:
>
> Kolen Cheung <christi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>> writes: 
>
> https://github.com/jgm/pandoc-templates does exist! 
> But it is not a descendent of the old repo by that 
> name. 
>
> There were some changes. First we moved from 
> submodules to a subtree. Now it's just a completely 
> separate repository that tracks updates to the 
> templates. (I update it on each pandoc release.) The 
> canonical locations for the templates is now 
> jgm/pandoc. 
>
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/c9abc1a6-bfcf-4418-a5e4-1b271f69646f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 3068 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Status of pandoc-templates?
       [not found]         ` <c9abc1a6-bfcf-4418-a5e4-1b271f69646f-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2018-10-07 17:51           ` John MacFarlane
  2018-10-07 22:53             ` Ka Hei Kolen Cheung
       [not found]             ` <m2ftxhmyql.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
  0 siblings, 2 replies; 6+ messages in thread
From: John MacFarlane @ 2018-10-07 17:51 UTC (permalink / raw)
  To: Kolen Cheung, pandoc-discuss


I hadn't intended to delete it, but got forced to do
this by bad planning.

Anyway, you can still do a diff between your local
pandoc-templates and the new repository's master.

Kolen Cheung <christian.kolen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Is the change from submodules to subtree force you to start 
> pandoc-templates over? If so, I still thinks that leaving the old ones 
> around just to not having those 631 orphans would be better. I also deleted 
> my fork thinking it is no longer of use. Now knowing that it is still there 
> I should have talking a diff. somehow to scavenge something from it.
>
> e.g. instead of deleting pandoc-templates and replacing it with a new one 
> of the same name, keeping pandoc-templates and may be having a new one like 
> pandoc-templates2. This way one can take a simple git diff between their 
> fork and your master and see how can one migrate to the new repo.  
>
> On Thursday, October 4, 2018 at 7:44:52 PM UTC-7, John MacFarlane wrote:
>>
>> Kolen Cheung <christi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>> writes: 
>>
>> https://github.com/jgm/pandoc-templates does exist! 
>> But it is not a descendent of the old repo by that 
>> name. 
>>
>> There were some changes. First we moved from 
>> submodules to a subtree. Now it's just a completely 
>> separate repository that tracks updates to the 
>> templates. (I update it on each pandoc release.) The 
>> canonical locations for the templates is now 
>> jgm/pandoc. 
>>
>>
>
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/c9abc1a6-bfcf-4418-a5e4-1b271f69646f%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Status of pandoc-templates?
  2018-10-07 17:51           ` John MacFarlane
@ 2018-10-07 22:53             ` Ka Hei Kolen Cheung
       [not found]             ` <m2ftxhmyql.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
  1 sibling, 0 replies; 6+ messages in thread
From: Ka Hei Kolen Cheung @ 2018-10-07 22:53 UTC (permalink / raw)
  To: Kolen Cheung, pandoc-discuss, John MacFarlane


--5bba8e9c_327b23c6_19da
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I see. Thanks. I=E2=80=99ll try to recover my repository first and do a d=
iff.

Thanks,
Kolen
On Oct 7, 2018, 10:51 AM -0700, John Mac=46arlane <jgm=40berkeley.edu>, w=
rote:
>
> I hadn't intended to delete it, but got forced to do
> this by bad planning.
>
> Anyway, you can still do a diff between your local
> pandoc-templates and the new repository's master.
>
> Kolen Cheung <christian.kolen=40gmail.com> writes:
>
> > Is the change from submodules to subtree force you to start
> > pandoc-templates over=3F If so, I still thinks that leaving the old o=
nes
> > around just to not having those 631 orphans would be better. I also d=
eleted
> > my fork thinking it is no longer of use. Now knowing that it is still=
 there
> > I should have talking a diff. somehow to scavenge something from it.
> >
> > e.g. instead of deleting pandoc-templates and replacing it with a new=
 one
> > of the same name, keeping pandoc-templates and may be having a new on=
e like
> > pandoc-templates2. This way one can take a simple git diff between th=
eir
> > fork and your master and see how can one migrate to the new repo.
> >
> > On Thursday, October 4, 2018 at 7:44:52 PM UTC-7, John Mac=46arlane w=
rote:
> > >
> > > Kolen Cheung <christi...=40gmail.com <javascript:>> writes:
> > >
> > > https://github.com/jgm/pandoc-templates does exist=21
> > > But it is not a descendent of the old repo by that
> > > name.
> > >
> > > There were some changes. =46irst we moved from
> > > submodules to a subtree. Now it's just a completely
> > > separate repository that tracks updates to the
> > > templates. (I update it on each pandoc release.) The
> > > canonical locations for the templates is now
> > > jgm/pandoc.
> > >
> > >
> >
> > --
> > You received this message because you are subscribed to the Google Gr=
oups =22pandoc-discuss=22 group.
> > To unsubscribe from this group and stop receiving emails from it, sen=
d an email to pandoc-discuss+unsubscribe=40googlegroups.com.
> > To post to this group, send email to pandoc-discuss=40googlegroups.co=
m.
> > To view this discussion on the web visit https://groups.google.com/d/=
msgid/pandoc-discuss/c9abc1a6-bfcf-4418-a5e4-1b271f69646f%40googlegroups.=
com.
> > =46or more options, visit https://groups.google.com/d/optout.

--5bba8e9c_327b23c6_19da
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

<html xmlns=3D=22http://www.w3.org/1999/xhtml=22>
<head>
<title></title>
</head>
<body>
<div name=3D=22messageBodySection=22>I see. Thanks. I=E2=80=99ll try to r=
ecover my repository first and do a diff.</div>
<div name=3D=22messageSignatureSection=22><br />
Thanks,<br />
Kolen</div>
<div name=3D=22messageReplySection=22>On Oct 7, 2018, 10:51 AM -0700, Joh=
n Mac=46arlane &lt;jgm=40berkeley.edu&gt;, wrote:<br />
<blockquote type=3D=22cite=22><br />
I hadn't intended to delete it, but got forced to do<br />
this by bad planning.<br />
<br />
Anyway, you can still do a diff between your local<br />
pandoc-templates and the new repository's master.<br />
<br />
Kolen Cheung &lt;christian.kolen=40gmail.com&gt; writes:<br />
<br />
<blockquote type=3D=22cite=22>Is the change from submodules to subtree fo=
rce you to start<br />
pandoc-templates over=3F If so, I still thinks that leaving the old ones<=
br />
around just to not having those 631 orphans would be better. I also delet=
ed<br />
my fork thinking it is no longer of use. Now knowing that it is still the=
re<br />
I should have talking a diff. somehow to scavenge something from it.<br /=
>
<br />
e.g. instead of deleting pandoc-templates and replacing it with a new one=
<br />
of the same name, keeping pandoc-templates and may be having a new one li=
ke<br />
pandoc-templates2. This way one can take a simple git diff between their<=
br />
fork and your master and see how can one migrate to the new repo.<br />
<br />
On Thursday, October 4, 2018 at 7:44:52 PM UTC-7, John Mac=46arlane wrote=
:<br />
<blockquote type=3D=22cite=22><br />
Kolen Cheung &lt;christi...=40gmail.com &lt;javascript:&gt;&gt; writes:<b=
r />
<br />
https://github.com/jgm/pandoc-templates does exist=21<br />
But it is not a descendent of the old repo by that<br />
name.<br />
<br />
There were some changes. =46irst we moved from<br />
submodules to a subtree. Now it's just a completely<br />
separate repository that tracks updates to the<br />
templates. (I update it on each pandoc release.) The<br />
canonical locations for the templates is now<br />
jgm/pandoc.<br />
<br />
<br /></blockquote>
<br />
--<br />
You received this message because you are subscribed to the Google Groups=
 =22pandoc-discuss=22 group.<br />
To unsubscribe from this group and stop receiving emails from it, send an=
 email to pandoc-discuss+unsubscribe=40googlegroups.com.<br />
To post to this group, send email to pandoc-discuss=40googlegroups.com.<b=
r />
To view this discussion on the web visit https://groups.google.com/d/msgi=
d/pandoc-discuss/c9abc1a6-bfcf-4418-a5e4-1b271f69646f%40googlegroups.com.=
<br />
=46or more options, visit https://groups.google.com/d/optout.<br /></bloc=
kquote>
</blockquote>
</div>
</body>
</html>

--5bba8e9c_327b23c6_19da--

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Status of pandoc-templates?
       [not found]             ` <m2ftxhmyql.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
@ 2018-10-07 23:03               ` Kolen Cheung
  0 siblings, 0 replies; 6+ messages in thread
From: Kolen Cheung @ 2018-10-07 23:03 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 3036 bytes --]

I see. Thanks. I'll try to recover my repository and take a diff (I deleted 
it when I see the upstream is gone and turns out it is a bad planning 
too...)

On Sunday, October 7, 2018 at 10:51:45 AM UTC-7, John MacFarlane wrote:
>
>
> I hadn't intended to delete it, but got forced to do 
> this by bad planning. 
>
> Anyway, you can still do a diff between your local 
> pandoc-templates and the new repository's master. 
>
> Kolen Cheung <christi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>> writes: 
>
> > Is the change from submodules to subtree force you to start 
> > pandoc-templates over? If so, I still thinks that leaving the old ones 
> > around just to not having those 631 orphans would be better. I also 
> deleted 
> > my fork thinking it is no longer of use. Now knowing that it is still 
> there 
> > I should have talking a diff. somehow to scavenge something from it. 
> > 
> > e.g. instead of deleting pandoc-templates and replacing it with a new 
> one 
> > of the same name, keeping pandoc-templates and may be having a new one 
> like 
> > pandoc-templates2. This way one can take a simple git diff between their 
> > fork and your master and see how can one migrate to the new repo.   
> > 
> > On Thursday, October 4, 2018 at 7:44:52 PM UTC-7, John MacFarlane wrote: 
> >> 
> >> Kolen Cheung <christi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>> writes: 
> >> 
> >> https://github.com/jgm/pandoc-templates does exist! 
> >> But it is not a descendent of the old repo by that 
> >> name. 
> >> 
> >> There were some changes. First we moved from 
> >> submodules to a subtree. Now it's just a completely 
> >> separate repository that tracks updates to the 
> >> templates. (I update it on each pandoc release.) The 
> >> canonical locations for the templates is now 
> >> jgm/pandoc. 
> >> 
> >> 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups "pandoc-discuss" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to pandoc-discus...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. 
> > To post to this group, send email to pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org 
> <javascript:>. 
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pandoc-discuss/c9abc1a6-bfcf-4418-a5e4-1b271f69646f%40googlegroups.com. 
>
> > For more options, visit https://groups.google.com/d/optout. 
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/0b0522cf-4cae-4bf9-b708-d2ce3ed9e9b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 5600 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-10-07 23:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-05  1:36 Status of pandoc-templates? Kolen Cheung
     [not found] ` <70c082c6-8546-4ff0-b3c6-52c4b0b07c44-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-10-05  2:44   ` John MacFarlane
     [not found]     ` <m2sh1lru22.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2018-10-07  2:58       ` Kolen Cheung
     [not found]         ` <c9abc1a6-bfcf-4418-a5e4-1b271f69646f-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-10-07 17:51           ` John MacFarlane
2018-10-07 22:53             ` Ka Hei Kolen Cheung
     [not found]             ` <m2ftxhmyql.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2018-10-07 23:03               ` Kolen Cheung

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).