[Next Project] Sir Nigel by Arthur Conan Doyle

174 views
Skip to first unread message

Robert Leonard

unread,
Jan 31, 2026, 3:52:24 PMJan 31
to Standard Ebooks
Hello!

Onto my next project! I saw this was still available and didn't immediately see anyone else working on it yet. 

Title: Sir Nigel (Book 1 in the Sir Nigel Loring series -- prequel to The White Company)
Scanshttps://babel.hathitrust.org/cgi/pt?id=uc2.ark:/13960/t71v5j081&seq=1 (going with the University of California scan of the 1906 1st edition over the Harvard due the quality of the scans and clarity of the images). 
Git Repositoryhttps://github.com/pahootaman/arthur-conan-doyle_sir-nigel (haven't gone any further than importing the repository and the rough cleanup "initial commit"). If the project is rejected, I'll get rid of it. 

No idea on a cover image yet, I haven't searched one out. The original cover image leaves a lot to be desired, but since this is a story of a fledgling knight on a treasure hunt; that is the inspiration I'll be working with in my search. 

Thank you all again, I'll be more than excited to get to work if approved. 

Thanks, 
Rob

Alex Cabal

unread,
Jan 31, 2026, 8:16:23 PMJan 31
to standar...@googlegroups.com
Sure, you can work on that. Vince will manage with Weijia reviewing.

For cover art, I used an NC Wyeth illustration of The White Company. He
did more illustrations for that book so you could pick another one. He
also illustrated The Boy's King Arthur so that would be another place to
look for medieval-knight type illustrations.

On 1/31/26 2:52 PM, Robert Leonard wrote:
> Hello!
>
> Onto my next project! I saw this was still available and didn't
> immediately see anyone else working on it yet.
>
> *Title*: Sir Nigel (Book 1 in the Sir Nigel Loring series -- prequel to
> The White Company)
> *PG*: https://www.gutenberg.org/ebooks/2845 <https://www.gutenberg.org/
> ebooks/2845>
> *Scans*: https://babel.hathitrust.org/cgi/pt?id=uc2.ark:/13960/
> t71v5j081&seq=1 <https://babel.hathitrust.org/cgi/pt?id=uc2.ark:/13960/
> t71v5j081&seq=6> (going with the University of California scan of the
> 1906 1st edition over the Harvard due the quality of the scans and
> clarity of the images).
> *Git Repository*: https://github.com/pahootaman/arthur-conan-doyle_sir-
> nigel <https://github.com/pahootaman/arthur-conan-doyle_sir-nigel>
> (haven't gone any further than importing the repository and the rough
> cleanup "initial commit"). If the project is rejected, I'll get rid of it.
>
> No idea on a cover image yet, I haven't searched one out. The original
> cover image leaves a lot to be desired, but since this is a story of a
> fledgling knight on a treasure hunt; that is the inspiration I'll be
> working with in my search.
>
> Thank you all again, I'll be more than excited to get to work if approved.
>
> Thanks,
> Rob
>
> --
> You received this message because you are subscribed to the Google
> Groups "Standard Ebooks" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/
> standardebooks/29538976-7e4c-4617-93a1-65646ca9a3b1n%40googlegroups.com
> <https://groups.google.com/d/msgid/
> standardebooks/29538976-7e4c-4617-93a1-65646ca9a3b1n%40googlegroups.com?
> utm_medium=email&utm_source=footer>.

Robert Leonard

unread,
Jan 31, 2026, 8:23:25 PMJan 31
to standar...@googlegroups.com
Thanks! 

I’ll give your illustration recs a look. Thanks again! 


From: 'Alex Cabal' via Standard Ebooks <standar...@googlegroups.com>
Sent: Saturday, January 31, 2026 8:16:12 PM
To: standar...@googlegroups.com <standar...@googlegroups.com>
Subject: Re: [standardebooks] [Next Project] Sir Nigel by Arthur Conan Doyle
 
To unsubscribe from this group and stop receiving emails from it, send an email to standardebook...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/standardebooks/2c997c66-f1bc-4155-81c6-1f152c3a9b17%40standardebooks.org.

David

unread,
Feb 1, 2026, 4:39:41 AMFeb 1
to Standard Ebooks
I'll be looking forward to this one! It's been on my "maybe" list since hearing the readings from it which introduced episodes 318-321 of "The Rest is History" podcast (back in April 2023), one of their earlier ones on the Hundred Years' War. One of Tom Holland's favourites, as it turns out! :)

David / Fife, UK

On Sunday, 1 February 2026 at 01:23:25 UTC Robert wrote:
Thanks! 

I’ll give your illustration recs a look. Thanks again! 

From: 'Alex Cabal' via Standard Ebook
Sent: Saturday, January 31, 2026 8:16:12 PM
Subject: Re: [standardebooks] [Next Project] Sir Nigel by Arthur Conan Doyle

Weijia Cheng

unread,
Feb 1, 2026, 5:48:09 AMFeb 1
to Standard Ebooks
Ok, noted.

On Sunday, February 1, 2026 at 4:39:41 AM UTC-5 David wrote:
I'll be looking forward to this one! It's been on my "maybe" list since hearing the readings from it which introduced episodes 318-321 of "The Rest is History" podcast (back in April 2023), one of their earlier ones on the Hundred Years' War. One of Tom Holland's favourites, as it turns out! :)

David / Fife, UK

On Sunday, 1 February 2026 at 01:23:25 UTC Robert wrote:
Thanks! 

I’ll give your illustration recs a look. Thanks again! 

Robert Leonard

unread,
Feb 3, 2026, 10:33:10 AMFeb 3
to Standard Ebooks
Hello, 

I'm currently cleaning out the Project Gutenberg coding and I have a question with chapter naming. What I wanted to know is if there's a tool I can use for automatic chapter naming. Otherwise, am I typing in the chapter name manually? It's no problem if I have to, just wanted to get the process straight. I've attached a snippet of code from chapter 1 to show what I'm working with.

I'm also having issues getting the se titlecase tool to work. I intentionally all caps the chapter title on line 4, then tried to run the tool but no change was made. Also, should I have the "I: " in the title line? My last production had it, but I don't remember if that's a SE standard (didn't immediately see anything in the style guide, but I could have missed it) or if that was a stylistic choice. 

Chapter I code
CH1 CODE.png

Chapter II code - I haven't gone through to chapters II - XXVII yet in regard to this exercise, just wanted to show you the Project Gutenberg code I'm having to reformat. 
Ch 2 code.png

The chapter headers seem to be the parts of code that need to most work (at this stage) in this exercise, before I move on to the rest of the ebook, I want to make sure that I got the code right in Chapter 1. 

Thank you again! 
Rob 

Weijia Cheng

unread,
Feb 3, 2026, 11:06:12 AMFeb 3
to Standard Ebooks
se titlecase doesn't modify any files. You pass in a string to titlecase and it outputs the titlecased version to the console. Copy and paste the output of se titlecase into the relevant point in your HTML. (Note that this means that you can also use se titlecase to figure out how you should change the capitalization of titles inside the body of a chapter, e.g. when books are cited.)

The <title> elements are set by se build-title (step #19 in the guide) so you don't need to worry about that. Just make sure that the headings and hgroups are set up correctly.

Robert Leonard

unread,
Feb 3, 2026, 11:26:10 AMFeb 3
to Standard Ebooks
Thanks for clarifying! That makes total sense. Alright, back to work. 

Alex Cabal

unread,
Feb 3, 2026, 11:27:03 AMFeb 3
to standar...@googlegroups.com
You can also bind titlecase to a keyboard shortcut in your editor to
make it much easier to use on text you have selected
> CH1 CODE.png
>
> Chapter II code - I haven't gone through to chapters II - XXVII yet
> in regard to this exercise, just wanted to show you the Project
> Gutenberg code I'm having to reformat.
> Ch 2 code.png
>
> The chapter headers seem to be the parts of code that need to most
> work (at this stage) in this exercise, before I move on to the rest
> of the ebook, I want to make sure that I got the code right in
> Chapter 1.
>
> Thank you again!
> Rob
> On Sunday, February 1, 2026 at 5:48:09 AM UTC-5 weij...@bu.edu wrote:
>
> Ok, noted.
>
> On Sunday, February 1, 2026 at 4:39:41 AM UTC-5 David wrote:
>
> I'll be looking forward to this one! It's been on my "maybe"
> list since hearing the readings from it which introduced
> episodes 318-321 of "The Rest is History" podcast (back in
> April 2023), one of their earlier ones on the Hundred Years'
> War. One of Tom Holland's favourites, as it turns out! :)
>
> David / Fife, UK
>
> On Sunday, 1 February 2026 at 01:23:25 UTC Robert wrote:
>
> Thanks!
>
> I’ll give your illustration recs a look. Thanks again!
>
> *From:* 'Alex Cabal' via Standard Ebook
>
> *Sent:* Saturday, January 31, 2026 8:16:12 PM
>
> *Subject:* Re: [standardebooks] [Next Project] Sir Nigel
> by Arthur Conan Doyle
>
> Sure, you can work on that. Vince will manage with
> Weijia reviewing.
>
> For cover art, I used an NC Wyeth illustration of The
> White Company. He
> did more illustrations for that book so you could pick
> another one. He
> also illustrated The Boy's King Arthur so that would be
> another place to
> look for medieval-knight type illustrations.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Standard Ebooks" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/
> standardebooks/88a84607-1414-4ad4-a47a-d70dc920f546n%40googlegroups.com
> <https://groups.google.com/d/msgid/standardebooks/88a84607-1414-4ad4-
> a47a-d70dc920f546n%40googlegroups.com?utm_medium=email&utm_source=footer>.

Vince

unread,
Feb 3, 2026, 1:08:57 PMFeb 3
to Ebooks Standard
Thanks for helping out, Weijia, I was out this morning.

Robert Leonard

unread,
Feb 20, 2026, 12:31:42 PMFeb 20
to Standard Ebooks
Hi Weijia and Vince, 

I have a question regarding lists of illustrations. The first edition of Sir Nigel (and it's pdf scan) have illustrations throughout the text. When I created the skeleton for the text using --pg-id, none of the images carried over. I'm assuming I'm missing a step, but I didn't see how else to create a LOI other than when se first imported over the text. Apologies for my technical ignorance in advance, lol. 

Thanks, 
Rob

Alex Cabal

unread,
Feb 20, 2026, 12:42:33 PMFeb 20
to standar...@googlegroups.com
All decorative images are removed as a matter of policy, so just ignore
them.

On 2/20/26 11:31 AM, Robert Leonard wrote:
> Hi Weijia and Vince,
>
> I have a question regarding lists of illustrations. The first edition of
> Sir Nigel (and it's pdf scan) have illustrations throughout the text.
> When I created the skeleton for the text using --pg-id, none of the
> images carried over. I'm assuming I'm missing a step, but I didn't see
> how else to create a LOI other than when se first imported over the
> text. Apologies for my technical ignorance in advance, lol.
>
> Thanks,
> Rob
>
> On Tuesday, February 3, 2026 at 1:08:57 PM UTC-5 Vince wrote:
>
> Thanks for helping out, Weijia, I was out this morning.
>
>
>> On Feb 3, 2026, at 10:26 AM, Robert Leonard <rleona...@gmail.com>
>> wrote:
>>
>> Thanks for clarifying! That makes total sense. Alright, back to work.
>>
>> On Tuesday, February 3, 2026 at 11:06:12 AM UTC-5 weij...@bu.edu
>> <http://bu.edu/>wrote:
>>
>> se titlecase doesn't modify any files. You pass in a string to
>> titlecase and it outputs the titlecased version to the
>> console. Copy and paste the output of se titlecase into the
>> relevant point in your HTML. (Note that this means that you
>> can also use se titlecase to figure out how you should change
>> the capitalization of titles inside the body of a chapter,
>> e.g. when books are cited.)
>>
>> The <title> elements are set by se build-title (step #19 in
>> the guide) so you don't need to worry about that. Just make
>> sure that the headings and hgroups are set up correctly.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Standard Ebooks" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/
> standardebooks/9d736578-9330-4729-9f4e-b22a4efa6729n%40googlegroups.com
> <https://groups.google.com/d/msgid/
> standardebooks/9d736578-9330-4729-9f4e-b22a4efa6729n%40googlegroups.com?
> utm_medium=email&utm_source=footer>.

Robert Leonard

unread,
Feb 22, 2026, 10:50:53 AMFeb 22
to Standard Ebooks
Sounds good and will do. Makes things way easier that way. 

Robert Leonard

unread,
Feb 24, 2026, 10:43:40 AMFeb 24
to Standard Ebooks
Hello, 

New question. I'm currently cleaning up and manually adding semantics (where needed) and I ran into a line break in the original text. I'm reviewing the manual of style but aren't immediately seeing anything as to what to do about line breaks. In the story, it's the end of one part of a chapter to the start of another. I see directions on section and page breaks, but nothing at the paragraph level. 

This isn't something I'm wanting to clean up yet, there's plenty of semantic work to do, but it caught my attention when reviewing the original scans and wanted to get the question out there before returning to it. 

Thanks again!

Weijia Cheng

unread,
Feb 24, 2026, 10:50:54 AMFeb 24
to Standard Ebooks
It will help your manager if you send a screenshot of the scans in cases like this, because it is hard to judge without more context.

Vince Rice

unread,
Feb 24, 2026, 11:25:51 AMFeb 24
to standar...@googlegroups.com
What Weijia said. :)

On Feb 24, 2026, at 9:51 AM, 'Weijia Cheng' via Standard Ebooks <standar...@googlegroups.com> wrote:

It will help your manager if you send a screenshot of the scans in cases like this, because it is hard to judge without more context.
To unsubscribe from this group and stop receiving emails from it, send an email to standardebook...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/standardebooks/051875d5-4f52-4202-864c-78b7636ba8f7n%40googlegroups.com.

Robert Leonard

unread,
Feb 24, 2026, 12:21:14 PMFeb 24
to Standard Ebooks
Will do! I'm sure that'll make it easier to diagnose. 

Below is an example screen cap of what I'm talking about (note: It's near the bottom of the page, that's where there's only one line of text after the break). 

paragraph break example.png

Vince

unread,
Feb 24, 2026, 12:32:05 PMFeb 24
to Ebooks Standard
That’s a thematic break; see SEMoS 4.1.1.2.7.

On Feb 24, 2026, at 11:21 AM, Robert Leonard <rleona...@gmail.com> wrote:

Will do! I'm sure that'll make it easier to diagnose. 

Below is an example screen cap of what I'm talking about (note: It's near the bottom of the page, that's where there's only one line of text after the break). 

Robert Leonard

unread,
Feb 24, 2026, 4:17:27 PMFeb 24
to Standard Ebooks
Thank you! Now I have a name for it. 

Robert Leonard

unread,
Feb 25, 2026, 10:25:02 AMFeb 25
to Standard Ebooks
Hello, 

Thank you again, now onto a similar question. I'm working on chapter 5, which has a song in it. Each verse is broken up with a break. I wasn't sure if that's still considered a thematic break or just a break (i.e., <br/>). Below is a scree cap of what I'm talking about.

chapter 4 song.png

Thank you again!

Rob

Weijia Cheng

unread,
Feb 25, 2026, 10:37:50 AMFeb 25
to Standard Ebooks

Vince

unread,
Feb 25, 2026, 10:43:09 PMFeb 25
to Ebooks Standard
Have you added all the poetry/verse/song CSS from SEMoS 7.5? That will take care of it for you.

Familiarity with SEMoS, especially sections 7 and 8, will be very helpful to you as you go along.


On Feb 25, 2026, at 9:25 AM, Robert Leonard <rleona...@gmail.com> wrote:

Hello, 

Thank you again, now onto a similar question. I'm working on chapter 5, which has a song in it. Each verse is broken up with a break. I wasn't sure if that's still considered a thematic break or just a break (i.e., <br/>). Below is a scree cap of what I'm talking about.

Robert Leonard

unread,
Mar 16, 2026, 11:17:35 AM (2 days ago) Mar 16
to Standard Ebooks
Good afternoon, 

Thank you again for pointing me in the right direction. I have a couple more questions, mostly about process but one relating to semantics. 

Heads up: I scrapped my repository and am starting from scratch. GitHub Desktop was creating branches and it was becoming a mess. It was either rebase the whole thing or just start over. I wasn't terribly too far, so I went with the later. The repository name/location is exactly the same. 

Questions
- I'm going through, adding language attributes where needed. For ease of review, do you prefer that I go through the entire source material first, then commit (it would be a big commit) or commit as I go, chapter by chapter. I guess this question would be the same for other forms of clean up as well. 

- One thing I noticed when running the semanticate tool is that it was adding "title" attributes to locations. There's a lot of parishes/churches/etc. in Sir Nigel. The tool is adding the "title" attribute whenever it runs across the "St." in a churches name. The confusion I'm running into is, yes, it's a location, but the location is of a saint's name, in which the "st." is a title. My question is should I leave in the attribute or strike it out? Maybe I'm reading too far into it, lol. 
ex.png

Thank you again!
Rob

Vince

unread,
Mar 16, 2026, 11:48:07 AM (2 days ago) Mar 16
to Ebooks Standard
Generally, doing a single unit of work across the whole production is fine for a single commit, e.g. formatting all of all of the chapter headers, semanticating all of the italics, etc. Multiplying each of the several commits across 20 or 30 or 70 chapters makes for a very long and messy commit history. However, each commit should be a single unit of work, so you have to discipline yourself (it took me a while to learn this) to _only_ doing the italics in one commit, and making note of anything else you happen to see. Or learn the in-and-outs of git add --interactive. :) Plus, I see only a little over 30 non-English phrases italicized in the source, so that’s actually a pretty reasonable commit.

The tag is correct when St. is for Saint. That’s counted as a name-title just like Mrs. or Dr., etc.

On Mar 16, 2026, at 10:17 AM, Robert Leonard <rleona...@gmail.com> wrote:

Good afternoon, 

Thank you again for pointing me in the right direction. I have a couple more questions, mostly about process but one relating to semantics. 

Heads up: I scrapped my repository and am starting from scratch. GitHub Desktop was creating branches and it was becoming a mess. It was either rebase the whole thing or just start over. I wasn't terribly too far, so I went with the later. The repository name/location is exactly the same. 

Questions
- I'm going through, adding language attributes where needed. For ease of review, do you prefer that I go through the entire source material first, then commit (it would be a big commit) or commit as I go, chapter by chapter. I guess this question would be the same for other forms of clean up as well. 

- One thing I noticed when running the semanticate tool is that it was adding "title" attributes to locations. There's a lot of parishes/churches/etc. in Sir Nigel. The tool is adding the "title" attribute whenever it runs across the "St." in a churches name. The confusion I'm running into is, yes, it's a location, but the location is of a saint's name, in which the "st." is a title. My question is should I leave in the attribute or strike it out? Maybe I'm reading too far into it, lol. 
<ex.png>

Robert Leonard

unread,
10:47 AM (1 hour ago) 10:47 AM
to Standard Ebooks
Lol, I hear you. It's far too easy to want to clean up an entire chapter do multiple things. No problem, that makes it much easier. I work across a couple two Windows laptops and a Raspberry Pi5 for these productions; sometimes I commit mid-task because I need to switch, but other than that I'll keep it clean. 

Thank you again!
Reply all
Reply to author
Forward
0 new messages